home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 March
/
Chip_2004-03_cd1.bin
/
software
/
purge
/
PURG504.EXE
/
{app}
/
PURGEIE.EXE
/
0
/
RCDATA
/
TPURGINXDLG
/
TPURGINXDLG.txt
Wrap
Text File
|
2004-01-01
|
7KB
|
274 lines
object PurgInxDlg: TPurgInxDlg
Left = 319
Top = 218
BorderStyle = bsDialog
Caption = 'PurgeIE - Purge I.E. Folders at next Reboot'
ClientHeight = 383
ClientWidth = 459
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
Position = poScreenCenter
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Bevel1: TBevel
Left = 9
Top = 78
Width = 443
Height = 260
Shape = bsFrame
end
object Label1: TLabel
Left = 26
Top = 86
Width = 348
Height = 60
Caption =
'Select the Folders below to be Purged at the next Reboot of Wind' +
'ows. This function creates a Windows RunOnce batch file to dele' +
'te the selected Internet Explorer Folders at the next Reboot of ' +
'Windows. '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
WordWrap = True
end
object Label2: TLabel
Left = 34
Top = 254
Width = 338
Height = 30
Caption =
'You will need to manually Reboot Windows for this function to co' +
'mplete. Windows will automatically create new I.E. folders.'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
WordWrap = True
end
object Bevel2: TBevel
Left = 9
Top = 17
Width = 443
Height = 53
end
object Label3: TLabel
Left = 26
Top = 26
Width = 357
Height = 30
Caption =
'CAUTION - Use this function only if your have a serious proble' +
'm with one, or more, of the Internet Explorer Folders.'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
WordWrap = True
end
object LabelCache: TLabel
Left = 276
Top = 153
Width = 3
Height = 15
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object LabelCookie: TLabel
Left = 276
Top = 187
Width = 3
Height = 15
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object LabelHistory: TLabel
Left = 276
Top = 222
Width = 3
Height = 15
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 34
Top = 300
Width = 372
Height = 30
AutoSize = False
Caption =
'PurgeIE may not be able to locate the I.E. folders until I.E. is' +
' started after the Reboot. '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
WordWrap = True
end
object OKBtn: TButton
Left = 94
Top = 350
Width = 80
Height = 27
Hint = 'Press to create the RunOnce file'
Caption = 'OK'
Default = True
ModalResult = 1
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 266
Top = 350
Width = 81
Height = 27
Hint = 'Press to exit without creating a RunOnce file'
Cancel = True
Caption = 'Cancel'
ModalResult = 2
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = CancelBtnClick
end
object CheckboxPinxCache: TCheckBox
Left = 43
Top = 151
Width = 95
Height = 18
Hint = 'Select to purge the Cache Folder.'
Caption = 'Cache Folder'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnClick = CheckboxPinxCacheClick
end
object CheckboxPinxCookies: TCheckBox
Left = 43
Top = 185
Width = 95
Height = 19
Hint = 'Select to purge the Cookie Folder.'
Caption = 'Cookie Folder'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnClick = CheckboxPinxCookiesClick
end
object CheckboxPinxHistory: TCheckBox
Left = 43
Top = 220
Width = 95
Height = 18
Hint = 'Select to purge the History Folder.'
Caption = 'History Folder'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 4
OnClick = CheckboxPinxHistoryClick
end
object CheckboxPinxCacheID: TCheckBox
Left = 151
Top = 151
Width = 104
Height = 18
Hint = 'Select to purge only the Index.dat file in the Cache Folder.'
Caption = 'Index.Dat only'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 5
OnClick = CheckboxPinxCacheIDClick
end
object CheckboxPinxCookiesID: TCheckBox
Left = 151
Top = 185
Width = 104
Height = 19
Hint = 'Select to purge only the Index.dat file in the Cookie Folder.'
Caption = 'Index.Dat only'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 6
OnClick = CheckboxPinxCookiesIDClick
end
object CheckboxPinxHistoryID: TCheckBox
Left = 151
Top = 220
Width = 104
Height = 18
Hint =
'Select to purge only the Index.dat file in the History Folder. T' +
'his is the '#39'Visited URLs'#39' data.'
Caption = 'Index.Dat only'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 7
OnClick = CheckboxPinxHistoryIDClick
end
end